libxl: correctly free Reference types in autogenerated destroy functions
authorIan Campbell <ian.campbell@citrix.com>
Tue, 31 Aug 2010 18:14:57 +0000 (19:14 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 31 Aug 2010 18:14:57 +0000 (19:14 +0100)
commitb89c3d320f3e21c46e28d127ffb120210a36bd77
tree392d83e6c157f2ffdcefdea12cd3a6881507b10b
parent5b67996cc6b306a44d2c9a4f04036234762f1789
libxl: correctly free Reference types in autogenerated destroy functions

References types should be recursively destroyed and then the actual
reference itself should be destroyed.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/gentypes.py